home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw 3D / Samples / SampleCode / Tumbler and Podium / Tumbler_main.h < prev    next >
Encoding:
Text File  |  1996-05-21  |  285 b   |  17 lines  |  [TEXT/MPS ]

  1. // Tumbler_main.h
  2. //
  3. // the main() function prototype for the 
  4. // Tumbler application
  5. //
  6. // Modification History
  7. //
  8. //    11/26/94        nick        initial cut - symantec proto_helper app, add defines
  9.  
  10.  
  11. #ifndef _Tumbler_MAIN_H_
  12. #define _Tumbler_MAIN_H_
  13.  
  14. /* Tumbler_main.c */
  15. int main(void);
  16.  
  17. #endif